home *** CD-ROM | disk | FTP | other *** search
/ Toy Story Free! Interactive / Toy Story.iso / pc / DATA / hunt.swf / scripts / DefineButton2_81 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-01-27  |  152 b   |  9 lines

  1. on(press){
  2.    nextFrame();
  3.    red2._visible = true;
  4.    red2a._visible = true;
  5.    score += 1;
  6.    c2._visible = false;
  7.    c2a._visible = false;
  8. }
  9.